home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / hulk.swf / scripts / BackgroundPiece.as next >
Encoding:
Text File  |  2010-04-12  |  476 b   |  22 lines

  1. package
  2. {
  3.    import marvel.centralsmashdown.game.views.BackgroundPiece;
  4.    
  5.    [Embed(source="/_assets/assets.swf", symbol="BackgroundPiece")]
  6.    public dynamic class BackgroundPiece extends marvel.centralsmashdown.game.views.BackgroundPiece
  7.    {
  8.        
  9.       
  10.       public function BackgroundPiece()
  11.       {
  12.          super();
  13.          addFrameScript(0,frame1);
  14.       }
  15.       
  16.       internal function frame1() : *
  17.       {
  18.          stop();
  19.       }
  20.    }
  21. }
  22.